PDFFormattedContent Constructor(String,PDFFont)
In This Topic
Initializes a new
PDFFormattedContent object with a text paragraph.
Syntax
public PDFFormattedContent(
java.lang.String ,
PDFFont
)
|
Parameters
- text
- Paragraph text.
- font
- Font used for displaying the text.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | When text is null. |
See Also